Below is a list of the user defined functions for catagory: GuiStatusBar Management.
Click on a user defined function name for a detailed description.
User Defined Function | Description |
_GUICtrlStatusBarCreate | Creates Statusbar |
_GUICtrlStatusBarGetBorders | Gets width of the borders. |
_GUICtrlStatusBarGetIcon | Gets Statusbar panel Icon handle. |
_GUICtrlStatusBarGetParts | Retrieves a count of the parts in a status window. |
_GUICtrlStatusBarGetRect | Retrieves the bounding rectangle of a part in a status window. |
_GUICtrlStatusBarGetText | Gets Statusbar Text from a part. |
_GUICtrlStatusBarGetTextLength | Retrieves the length, in characters, of the text from the specified part of a status window. |
_GUICtrlStatusBarGetTip | Gets Statusbar TipText. |
_GUICtrlStatusBarGetUnicode | Retrieves the Unicode character format flag for the control. |
_GUICtrlStatusBarResize | Resize Statusbar. |
_GUICtrlStatusBarSetBKColor | Sets the background color in a status bar. |
_GUICtrlStatusBarSetIcon | Sets an Icon in the Panel. |
_GUICtrlStatusBarSetMinHeight | Sets the minimum height of a status window's drawing area. |
_GUICtrlStatusBarSetSimple | Specifies whether a status window displays simple text or displays all window parts. |
_GUICtrlStatusBarSetText | Sets the text in the specified part of a status window. |
_GUICtrlStatusBarSetTip | Sets the ToolTip text for a part in a status bar. |
_GUICtrlStatusBarSetUnicode | Sets the Unicode character format flag for the control. |